Operations:

Format

Syntax:

Operation:

Operands:

Architecture revision

Opcode

1

sr{cond4} Rd

if (cond4)
      Rd = 1;
else
      Rd = 0;
cond4 ∈ {eq, ne, cc/hs, cs/lo, ge, lt, mi, pl, ls, gt, le, hi, vs, vc, qs, al}
d ∈ {0, 1, ..., 15}

Rev1+

01011111

cond4

Rd

8

4

4

Description

Sets the register specified to 1 if the condition specified is true, clear the register otherwise.

Status Flags:

Q:

Not affected

V:

Not affected

N:

Not affected

Z:

Not affected

C:

Not affected